home *** CD-ROM | disk | FTP | other *** search
Qt User Interface | 2007-05-24 | 10.5 KB | 246 lines |
- <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
- <class>Form1</class>
- <widget class="QWidget">
- <property name="name">
- <cstring>Form1</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>545</width>
- <height>439</height>
- </rect>
- </property>
- <property name="caption">
- <string>Form1</string>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <spacer>
- <property name="name">
- <cstring>spacer9</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Fixed</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>10</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="QLayoutWidget">
- <property name="name">
- <cstring>layout2</cstring>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QLabel">
- <property name="name">
- <cstring>textLabel1_2</cstring>
- </property>
- <property name="text">
- <string>Please select the destination path where to save the data from clipboard.</string>
- </property>
- <property name="alignment">
- <set>WordBreak|AlignTop|AlignLeft</set>
- </property>
- </widget>
- <widget class="CFileBrowserCtl">
- <property name="name">
- <cstring>DestFoldersTreeView</cstring>
- </property>
- <property name="ControlFlags" stdset="0">
- <set>eShowLookInBar|eShowNavBar</set>
- </property>
- <property name="SaveMode" stdset="0">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QGroupBox">
- <property name="name">
- <cstring>PartArchControlsGroup</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>4</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="frameShape">
- <enum>NoFrame</enum>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>10</number>
- </property>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>textLabel2_2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Total data size:</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>backDestLocation</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>textLabel2_2_2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Space available on destination:</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>backDestLocation</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="1">
- <property name="name">
- <cstring>DestSpaceAvailable</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string><b>111</b></string>
- </property>
- <property name="textFormat">
- <enum>RichText</enum>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="1">
- <property name="name">
- <cstring>RequiredDestSpace</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string><b>111</b></string>
- </property>
- <property name="textFormat">
- <enum>RichText</enum>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- </grid>
- </widget>
- <widget class="QLabel">
- <property name="name">
- <cstring>GoNextPageTip</cstring>
- </property>
- <property name="text">
- <string>To continue, click <b>Next</b></string>
- </property>
- <property name="alignment">
- <set>AlignVCenter</set>
- </property>
- </widget>
- </vbox>
- </widget>
- <spacer>
- <property name="name">
- <cstring>spacer9_2</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Fixed</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>10</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </hbox>
- </widget>
- <connections>
- <connection>
- <sender>DestFoldersTreeView</sender>
- <signal>BrowserError(int,const QString&)</signal>
- <receiver>Form1</receiver>
- <slot>DestFoldersTreeView_ReadChildrenError(int,const QString&)</slot>
- </connection>
- <connection>
- <sender>DestFoldersTreeView</sender>
- <signal>SelectionChanged(CBrowserItem*)</signal>
- <receiver>Form1</receiver>
- <slot>DestFoldersTreeView_selectionChanged()</slot>
- </connection>
- </connections>
- <slots>
- <slot>MyComputerBrowserPanel_fileHighlighted( const QString & )</slot>
- <slot>onBackupDestDirEntered( const QString & )</slot>
- <slot>onBackupDestMyComputerClicked()</slot>
- <slot>onBackupDestEditLostFocus()</slot>
- <slot>onBackupDestEditTextChanged( const QString & )</slot>
- <slot>onBackupDestFileSelected( const QString & )</slot>
- <slot>DestFoldersTreeView_expanded( QListViewItem * )</slot>
- <slot>DestFoldersTreeView_ReadChildrenError( int, const QString & )</slot>
- <slot>ArchiveNameEdit_lostFocus()</slot>
- <slot>ArchiveNameEdit_textChanged( const QString & )</slot>
- <slot>CanContinueCheckBox_toggled( bool )</slot>
- <slot>NewFolderButton_clicked()</slot>
- <slot>DeleteFolderButton_clicked()</slot>
- <slot>DestFoldersTreeView_currentChanged( QListViewItem * )</slot>
- <slot>DestFoldersTreeView_selectionChanged()</slot>
- <slot>MapNetworkDrive_clicked()</slot>
- <slot>MapFolderButton_clicked()</slot>
- </slots>
- <layoutdefaults spacing="6" margin="0"/>
- <includehints>
- <includehint>filebrowser.h</includehint>
- <includehint>filebrowserlist.h</includehint>
- </includehints>
- </UI>
-